home *** CD-ROM | disk | FTP | other *** search
/ Champak 74 / Volume 74 My Disc - Damaged.iso / Games / shusher.swf / scripts / frame_60 / DoAction.as
Encoding:
Text File  |  2008-08-08  |  214 b   |  9 lines

  1. stopAllSounds();
  2. SFX.gotoAndPlay("GameOver");
  3. gameInPlay = false;
  4. clearInterval(timerCode);
  5. Interface.gotoAndStop("GameOver");
  6. Game.Player.gotoAndStop("down");
  7. Game.Player.Clip.gotoAndStop("Stop");
  8. stop();
  9.